home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / IBMTOK / IBMTOKD.ZIP / README.TXT < prev   
Encoding:
Text File  |  1990-06-28  |  6.5 KB  |  162 lines

  1. ;Protocol.ini for the IBM Token-Ring Cards
  2. ;Token-Ring cards
  3. ;This readme is for the following network adapter cards
  4. ;
  5. ; IBM Token-Ring Adpater
  6. ; IBM Token-Ring II
  7. ; IBM Token-Ring A
  8. ; IBM Token-Ring 16/4
  9. ; IBM Token-Ring 16/4 A
  10. ;
  11. ;
  12. ;PROTOCOL.INI PARAMETERS
  13. ;
  14. ; This is a sample PROTOCOL.INI file for the IBMTOK IBM Token-Ring Cards NDIS
  15. ; MAC driver.  The [ibmtok] section shows examples of IBMTOK configuration
  16. ; parameter settings.  Comments at the end of the file explain these parameters
  17. ; and give their default, minimum and maximum values.  The [protocol manager]
  18. ; and [netbeui] sections aren't meant to be complete or realistic examples,
  19. ; except for the "BINDINGS = ibmtok" line in the [netbeui] section.
  20. ;    The only parameter that must be specified is the "drivername".  Note
  21. ; that many of these parameters have default values (which are given below
  22. ; under "Comments about ibmtok parameters"). A parameter need not be specified
  23. ; in your PROTOCOL.INI if its default value is satisfactory.
  24. ;
  25. ;drivername
  26. ;     units:[n/a]
  27. ;     range:[ibmtok$,ibmtok2$,ibmtok3$,...]
  28. ;     default:[ibmtok$]
  29. ;
  30. ;     This parameter's value must be ibmtok$, or, in the case where
  31. ;     multiple adapters are installed, ibmtok$ for the first adapter's
  32. ;     drivername, ibmtok2$ for the second one, ibmtok3$ for the third, and
  33. ;     so on.
  34. ;
  35. ;The following entries are optional under the [ibmtok] section.
  36. ;
  37. ;earlyrelease
  38. ;     units:[n/a]
  39. ;     range:[n/a]
  40. ;     default:[n/a]
  41. ;
  42. ;     This entry specifies the early token release option
  43. ;     for IBM Token-Ring 16/4 network adapter cards. This is a function
  44. ;     that reduces the average time another network adapter must wait to
  45. ;     gain access to the network. Cards that don't support early token release
  46. ;     ignore this entry. This entry is not followed by an equal sign.
  47. ;
  48. ;netaddress
  49. ;     units:[hex]
  50. ;     range:[12 hex digits]
  51. ;     default:[n/a]
  52. ;
  53. ;     Overrides the network address of the network adapter card.
  54. ;     This entry should only be used if, for some reason, there are duplicate
  55. ;     addresses on the network. The value is a hexadecimal string of 12
  56. ;     digits enclosed in quotation marks. The address must be in the range
  57. ;     400000000000 through 40007FFFFFFF. For strict IBM compatibility, use
  58. ;     only decimal digits (09), as in "400001020304".
  59. ;
  60. ;maxtransmits
  61. ;     units:[integer]
  62. ;     range:[6-50]
  63. ;     default:[6]
  64. ;
  65. ;     Sets the number of transmit queue entries in the driver. On
  66. ;     a server, this should be equal to the transmit window size times the
  67. ;     maximum number of sessions.
  68. ;
  69. ;primary or alternate
  70. ;     units:[n/a]
  71. ;     range:[n/a]
  72. ;     default:[n/a]
  73. ;
  74. ;     Identifies driver assignments if more than one Token-Ring
  75. ;     network adapter card is installed. A primary entry denotes the
  76. ;     first (primary) adapter card; alternate denotes the second
  77. ;     adapter card. If these entries are missing, the ibmtok driver
  78. ;     defaults to the first adapter it finds, trying primary first.
  79. ;     This entry is not followed by an equal sign.
  80. ;
  81. ;productid
  82. ;     units:[hex]
  83. ;     range:[36 hex digits]
  84. ;     default:[0110F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0]
  85. ;
  86. ;     Identifies the specific adapter card. The value of this entry
  87. ;     is a string of up to 36 hexadecimal digits (must be an even number).
  88. ;     Refer to the IBM Token-Ring architecture manual for more details.
  89. ;     The default value for this entry is 0110F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0.
  90. ;
  91. ;ram (Token-Ring Adapter and Token-Ring Adapter II only)
  92. ;     units:[hex]
  93. ;     range:[A000-F000]
  94. ;     default:[See below]
  95. ;
  96. ;     Specifies the physical RAM location on the adapter card if
  97. ;     the default location is not adequate. The value of ram is a
  98. ;     hexadecimal number between 0xA000 and 0xF000, located on an 8K boundary
  99. ;     (for the Token-Ring adapter) or a 16K boundary (for the Token-Ring
  100. ;     II adapter). The RAM location defaults to a location immediately following
  101. ;     the read only memory (ROM) on the next appropriate boundary. For example,
  102. ;     if the ROM is at its default location of 0xCC00, the RAM defaults
  103. ;     to 0xCE00 (for the Token-Ring Adapter) and to 0xD000 (for the Token-Ring
  104. ;     Adapter II).
  105. ;
  106. ;     For strict compatibility with IBM defaults, set ram
  107. ;     equal to 0xD800 for primary or 0xD400 for alternate.
  108. ;     This parameter does not apply to the Token-Ring Adapter/A. With the
  109. ;     Token-Ring 16/4 Adapter and the Token-Ring 16/4 Adapter/A cards, the
  110. ;     use of RAM paging is not supported, and the RAM size is determined
  111. ;     by the switch settings on the adapter.
  112. ;
  113. ;recvbufs
  114. ;     units:[integer]
  115. ;     range:[2-60]
  116. ;     default:[2]
  117. ;
  118. ;     Specifies the number of receive buffers to use. Any memory
  119. ;     left on the adapter card is configured as extra receive buffers.
  120. ;
  121. ;recvbufsize
  122. ;     units:[bytes]
  123. ;     range:[256-17952]
  124. ;     default:[256]
  125. ;
  126. ;     Specifies the size of the receive buffers, in bytes. The value
  127. ;     must be a multiple of 8. The maximum size of a receive buffer depends
  128. ;     on the adapter card you are using. The original Token-Ring Adapter,
  129. ;     Token-Ring Adapter II, and Token-Ring Adapter/A cards allow only 2040
  130. ;     bytes. The newer Token-Ring 16/4 Adapter and Token-Ring 16/4 Adapter/A
  131. ;     cards allow 4096 bytes at the 4-Mbits/sec. (MBPS) adapter setting
  132. ;     and 17,952 bytes at the 16-MBPS setting. The minimum and default
  133. ;     settings are both 256 bytes. Since the incoming packet can span multiple
  134. ;     receive buffers, it is not usually necessary to change this entry.
  135. ;     If the entry is set too high for the adapter hardware, a configuration
  136. ;     error occurs.
  137. ;
  138. ;xmitbufs
  139. ;     units:[integer]
  140. ;     range:[1-2]
  141. ;     default:[1]
  142. ;
  143. ;     Specifies the number of transmit buffers to allocate.
  144. ;
  145. ;xmitbufsize
  146. ;     units:[integer]
  147. ;     range:[256-17952]
  148. ;     default:[See below]
  149. ;
  150. ;     Specifies the size of the transmit buffers, in bytes. The
  151. ;     value must be a multiple of 8. The maximum size of a transmit buffer
  152. ;     depends on the adapter card you are using. The original Token-Ring
  153. ;     Adapter, Token-Ring Adapter II, and Token-Ring Adapter/A cards allow
  154. ;     only 2040 bytes. The newer Token-Ring 16/4 Adapter and Token-Ring
  155. ;     16/4 Adapter/A cards allow 4096 bytes at the 4-MBPS adapter setting
  156. ;     and 17,952 bytes at the 16-MBPS setting. The minimum value is 256
  157. ;     bytes. The default is either 25% of available RAM on the adapter or
  158. ;     the maximum transmit buffer size, whichever is smaller.
  159. ;
  160. ;
  161.  
  162.